Multiplies a string by itself and concactenates it onto the resulting string
Similar to how Python's string multiplication works.
The text to multiply
How many times to multiply it
The multiplied string
See Implementation
Multiplies a string by itself and concactenates it onto the resulting string
Similar to how Python's string multiplication works.